From fe2675014fec94e40c74a0887b26ec302968ec0d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 29 Aug 2020 17:00:15 -0500 Subject: [PATCH] Added long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a9e9405..ebda3db 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup( description=( 'Web server and WSGI app for the Postgres Web Interface programs.'), long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_server.readthedocs.io/', -- 2.34.1